﻿2026-08-03T01:33:43.4424023Z ##[group]Run actions/checkout@v5
2026-08-03T01:33:43.4424475Z with:
2026-08-03T01:33:43.4424768Z   repository: BigscreenVR/spt-bs-core
2026-08-03T01:33:43.4427552Z   token: ***
2026-08-03T01:33:43.4427883Z   ssh-strict: true
2026-08-03T01:33:43.4428227Z   ssh-user: git
2026-08-03T01:33:43.4428546Z   persist-credentials: true
2026-08-03T01:33:43.4429094Z   clean: true
2026-08-03T01:33:43.4429453Z   sparse-checkout-cone-mode: true
2026-08-03T01:33:43.4430045Z   fetch-depth: 1
2026-08-03T01:33:43.4430470Z   fetch-tags: false
2026-08-03T01:33:43.4430825Z   show-progress: true
2026-08-03T01:33:43.4431195Z   lfs: false
2026-08-03T01:33:43.4431518Z   submodules: false
2026-08-03T01:33:43.4431867Z   set-safe-directory: true
2026-08-03T01:33:43.4432285Z   allow-unsafe-pr-checkout: false
2026-08-03T01:33:43.4432734Z ##[endgroup]
2026-08-03T01:33:43.6385104Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T01:33:43.6386867Z ##[group]Getting Git version info
2026-08-03T01:33:43.6387524Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-03T01:33:43.6743445Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-03T01:33:43.7000580Z git version 2.43.0.windows.1
2026-08-03T01:33:43.7025566Z ##[endgroup]
2026-08-03T01:33:43.7034530Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\fd81dc14-7e69-415a-942f-3639d060e0d7\.gitconfig'
2026-08-03T01:33:43.7050456Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\fd81dc14-7e69-415a-942f-3639d060e0d7' before making global git config changes
2026-08-03T01:33:43.7051507Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:33:43.7056684Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-03T01:33:43.7377036Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-03T01:33:43.8396267Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:33:43.8427029Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T01:33:43.8432569Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T01:33:43.8677122Z refs/heads/golden/gc-fix-125
2026-08-03T01:33:43.8702131Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-03T01:33:43.9408737Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:33:44.1498342Z ##[endgroup]
2026-08-03T01:33:44.1503107Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-03T01:33:44.8521851Z ##[group]Cleaning the repository
2026-08-03T01:33:44.8526696Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-03T01:33:52.6675373Z Removing bench-ledger/
2026-08-03T01:33:52.6675978Z Removing target/
2026-08-03T01:33:52.6712326Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-03T01:33:53.1216607Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:33:53.1269500Z ##[endgroup]
2026-08-03T01:33:53.1276339Z ##[group]Disabling automatic garbage collection
2026-08-03T01:33:53.1284098Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-03T01:33:53.3896124Z ##[endgroup]
2026-08-03T01:33:53.3896438Z ##[group]Setting up auth
2026-08-03T01:33:53.3904058Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:33:54.0890143Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-03T01:33:55.5791360Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:33:55.6069167Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-03T01:33:56.3544523Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:33:56.3822025Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-03T01:33:56.9812184Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-03T01:33:57.0168201Z ##[endgroup]
2026-08-03T01:33:57.0168539Z ##[group]Fetching the repository
2026-08-03T01:33:57.0176817Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +184f2ac4e0f9df9d805a81c302a1409762fac2f8:refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:33:57.7721919Z ##[endgroup]
2026-08-03T01:33:57.7722339Z ##[group]Determining the checkout info
2026-08-03T01:33:57.7723378Z ##[endgroup]
2026-08-03T01:33:57.7728935Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-03T01:33:57.8213606Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-03T01:33:57.9283401Z ##[group]Checking out the ref
2026-08-03T01:33:57.9289366Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/gc-fix-125 refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:33:57.9814847Z branch 'golden/gc-fix-125' set up to track 'origin/golden/gc-fix-125'.
2026-08-03T01:33:57.9815330Z Your branch is up to date with 'origin/golden/gc-fix-125'.
2026-08-03T01:33:57.9815632Z Switched to and reset branch 'golden/gc-fix-125'
2026-08-03T01:33:57.9837593Z ##[endgroup]
2026-08-03T01:33:58.0139287Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-03T01:33:58.0395183Z 184f2ac4e0f9df9d805a81c302a1409762fac2f8
